3.11.68 \(\int \frac {c+d \tan (e+f x)}{a+i a \tan (e+f x)} \, dx\) [1068]

Optimal. Leaf size=47 \[ \frac {(c-i d) x}{2 a}+\frac {i c-d}{2 f (a+i a \tan (e+f x))} \]

[Out]

1/2*(c-I*d)*x/a+1/2*(I*c-d)/f/(a+I*a*tan(f*x+e))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 47, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {3607, 8} \begin {gather*} \frac {-d+i c}{2 f (a+i a \tan (e+f x))}+\frac {x (c-i d)}{2 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*Tan[e + f*x])/(a + I*a*Tan[e + f*x]),x]

[Out]

((c - I*d)*x)/(2*a) + (I*c - d)/(2*f*(a + I*a*Tan[e + f*x]))

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3607

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(-(
b*c - a*d))*((a + b*Tan[e + f*x])^m/(2*a*f*m)), x] + Dist[(b*c + a*d)/(2*a*b), Int[(a + b*Tan[e + f*x])^(m + 1
), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && LtQ[m, 0]

Rubi steps

\begin {align*} \int \frac {c+d \tan (e+f x)}{a+i a \tan (e+f x)} \, dx &=\frac {i c-d}{2 f (a+i a \tan (e+f x))}+\frac {(c-i d) \int 1 \, dx}{2 a}\\ &=\frac {(c-i d) x}{2 a}+\frac {i c-d}{2 f (a+i a \tan (e+f x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Both result and optimal contain complex but leaf count is larger than twice the leaf count of optimal. \(102\) vs. \(2(47)=94\).
time = 0.46, size = 102, normalized size = 2.17 \begin {gather*} \frac {\cos (e+f x) (c+d \tan (e+f x)) (c-2 i c f x+d (i-2 f x)+(d-2 i d f x+c (-i+2 f x)) \tan (e+f x))}{4 a f (c \cos (e+f x)+d \sin (e+f x)) (-i+\tan (e+f x))} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*Tan[e + f*x])/(a + I*a*Tan[e + f*x]),x]

[Out]

(Cos[e + f*x]*(c + d*Tan[e + f*x])*(c - (2*I)*c*f*x + d*(I - 2*f*x) + (d - (2*I)*d*f*x + c*(-I + 2*f*x))*Tan[e
 + f*x]))/(4*a*f*(c*Cos[e + f*x] + d*Sin[e + f*x])*(-I + Tan[e + f*x]))

________________________________________________________________________________________

Maple [A]
time = 0.17, size = 70, normalized size = 1.49

method result size
risch \(-\frac {i x d}{2 a}+\frac {x c}{2 a}-\frac {{\mathrm e}^{-2 i \left (f x +e \right )} d}{4 a f}+\frac {i {\mathrm e}^{-2 i \left (f x +e \right )} c}{4 a f}\) \(54\)
derivativedivides \(\frac {-\frac {i \left (i d -c \right ) \ln \left (\tan \left (f x +e \right )+i\right )}{4}+\left (-\frac {i c}{4}-\frac {d}{4}\right ) \ln \left (\tan \left (f x +e \right )-i\right )-\frac {-\frac {c}{2}-\frac {i d}{2}}{\tan \left (f x +e \right )-i}}{f a}\) \(70\)
default \(\frac {-\frac {i \left (i d -c \right ) \ln \left (\tan \left (f x +e \right )+i\right )}{4}+\left (-\frac {i c}{4}-\frac {d}{4}\right ) \ln \left (\tan \left (f x +e \right )-i\right )-\frac {-\frac {c}{2}-\frac {i d}{2}}{\tan \left (f x +e \right )-i}}{f a}\) \(70\)
norman \(\frac {\frac {\left (-i d +c \right ) x}{2 a}-\frac {-i c +d}{2 a f}+\frac {\left (i d +c \right ) \tan \left (f x +e \right )}{2 a f}+\frac {\left (-i d +c \right ) x \left (\tan ^{2}\left (f x +e \right )\right )}{2 a}}{1+\tan ^{2}\left (f x +e \right )}\) \(81\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e)),x,method=_RETURNVERBOSE)

[Out]

1/f/a*(-1/4*I*(I*d-c)*ln(tan(f*x+e)+I)+(-1/4*I*c-1/4*d)*ln(tan(f*x+e)-I)-(-1/2*c-1/2*I*d)/(tan(f*x+e)-I))

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

Fricas [A]
time = 0.94, size = 44, normalized size = 0.94 \begin {gather*} \frac {{\left (2 \, {\left (c - i \, d\right )} f x e^{\left (2 i \, f x + 2 i \, e\right )} + i \, c - d\right )} e^{\left (-2 i \, f x - 2 i \, e\right )}}{4 \, a f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e)),x, algorithm="fricas")

[Out]

1/4*(2*(c - I*d)*f*x*e^(2*I*f*x + 2*I*e) + I*c - d)*e^(-2*I*f*x - 2*I*e)/(a*f)

________________________________________________________________________________________

Sympy [A]
time = 0.13, size = 87, normalized size = 1.85 \begin {gather*} \begin {cases} \frac {\left (i c - d\right ) e^{- 2 i e} e^{- 2 i f x}}{4 a f} & \text {for}\: a f e^{2 i e} \neq 0 \\x \left (- \frac {c - i d}{2 a} + \frac {\left (c e^{2 i e} + c - i d e^{2 i e} + i d\right ) e^{- 2 i e}}{2 a}\right ) & \text {otherwise} \end {cases} + \frac {x \left (c - i d\right )}{2 a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e)),x)

[Out]

Piecewise(((I*c - d)*exp(-2*I*e)*exp(-2*I*f*x)/(4*a*f), Ne(a*f*exp(2*I*e), 0)), (x*(-(c - I*d)/(2*a) + (c*exp(
2*I*e) + c - I*d*exp(2*I*e) + I*d)*exp(-2*I*e)/(2*a)), True)) + x*(c - I*d)/(2*a)

________________________________________________________________________________________

Giac [B] Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 90 vs. \(2 (36) = 72\).
time = 0.45, size = 90, normalized size = 1.91 \begin {gather*} -\frac {\frac {{\left (i \, c + d\right )} \log \left (\tan \left (f x + e\right ) - i\right )}{a} + \frac {{\left (-i \, c - d\right )} \log \left (-i \, \tan \left (f x + e\right ) + 1\right )}{a} + \frac {-i \, c \tan \left (f x + e\right ) - d \tan \left (f x + e\right ) - 3 \, c - i \, d}{a {\left (\tan \left (f x + e\right ) - i\right )}}}{4 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e)),x, algorithm="giac")

[Out]

-1/4*((I*c + d)*log(tan(f*x + e) - I)/a + (-I*c - d)*log(-I*tan(f*x + e) + 1)/a + (-I*c*tan(f*x + e) - d*tan(f
*x + e) - 3*c - I*d)/(a*(tan(f*x + e) - I)))/f

________________________________________________________________________________________

Mupad [B]
time = 5.01, size = 45, normalized size = 0.96 \begin {gather*} -\frac {x\,\left (d+c\,1{}\mathrm {i}\right )\,1{}\mathrm {i}}{2\,a}+\frac {-\frac {d}{2\,a}+\frac {c\,1{}\mathrm {i}}{2\,a}}{f\,\left (1+\mathrm {tan}\left (e+f\,x\right )\,1{}\mathrm {i}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*tan(e + f*x))/(a + a*tan(e + f*x)*1i),x)

[Out]

((c*1i)/(2*a) - d/(2*a))/(f*(tan(e + f*x)*1i + 1)) - (x*(c*1i + d)*1i)/(2*a)

________________________________________________________________________________________